DataCollection | ComponentOne
C1.DataCollection.Serialization Assembly / C1.DataCollection.Serialization Namespace / NotifyCollectionChangedEventArgs<T> Class / Create Method
The action.
New starting index.
The new items.
Old starting index.
The old items.

In This Topic
    Create Method (NotifyCollectionChangedEventArgs<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal newStartingIndex As Integer, _
       ByVal newItems As IList, _
       ByVal oldStartingIndex As Integer, _
       ByVal oldItems As IList _
    ) As NotifyCollectionChangedEventArgs(Of T)

    Parameters

    action
    The action.
    newStartingIndex
    New starting index.
    newItems
    The new items.
    oldStartingIndex
    Old starting index.
    oldItems
    The old items.
    Remarks
    This method is used by NotifyCollectionChangedEventArgsJsonConverter.
    See Also